3.1.47 \(\int \frac {(a+b x) (a c-b c x)^6}{x^{11}} \, dx\)

Optimal. Leaf size=89 \[ -\frac {13 b^3 c^6 (a-b x)^7}{2520 a^3 x^7}-\frac {13 b^2 c^6 (a-b x)^7}{360 a^2 x^8}-\frac {c^6 (a-b x)^7}{10 x^{10}}-\frac {13 b c^6 (a-b x)^7}{90 a x^9} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 89, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {78, 45, 37} \begin {gather*} -\frac {13 b^3 c^6 (a-b x)^7}{2520 a^3 x^7}-\frac {13 b^2 c^6 (a-b x)^7}{360 a^2 x^8}-\frac {13 b c^6 (a-b x)^7}{90 a x^9}-\frac {c^6 (a-b x)^7}{10 x^{10}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*x)*(a*c - b*c*x)^6)/x^11,x]

[Out]

-(c^6*(a - b*x)^7)/(10*x^10) - (13*b*c^6*(a - b*x)^7)/(90*a*x^9) - (13*b^2*c^6*(a - b*x)^7)/(360*a^2*x^8) - (1
3*b^3*c^6*(a - b*x)^7)/(2520*a^3*x^7)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*Simplify[m + n + 2])/((b*c - a*d)*(m + 1)), Int[(a + b*x)^Simplify[m +
1]*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && ILtQ[Simplify[m + n + 2], 0] &&
 NeQ[m, -1] &&  !(LtQ[m, -1] && LtQ[n, -1] && (EqQ[a, 0] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && (
SumSimplerQ[m, 1] ||  !SumSimplerQ[n, 1])

Rule 78

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> -Simp[((b*e - a*f
)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/(f*(p + 1)*(c*f - d*e)), x] - Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1)
+ c*f*(p + 1)))/(f*(p + 1)*(c*f - d*e)), Int[(c + d*x)^n*(e + f*x)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e, f,
 n}, x] && LtQ[p, -1] && ( !LtQ[n, -1] || IntegerQ[p] ||  !(IntegerQ[n] ||  !(EqQ[e, 0] ||  !(EqQ[c, 0] || LtQ
[p, n]))))

Rubi steps

\begin {align*} \int \frac {(a+b x) (a c-b c x)^6}{x^{11}} \, dx &=-\frac {c^6 (a-b x)^7}{10 x^{10}}+\frac {1}{10} (13 b) \int \frac {(a c-b c x)^6}{x^{10}} \, dx\\ &=-\frac {c^6 (a-b x)^7}{10 x^{10}}-\frac {13 b c^6 (a-b x)^7}{90 a x^9}+\frac {\left (13 b^2\right ) \int \frac {(a c-b c x)^6}{x^9} \, dx}{45 a}\\ &=-\frac {c^6 (a-b x)^7}{10 x^{10}}-\frac {13 b c^6 (a-b x)^7}{90 a x^9}-\frac {13 b^2 c^6 (a-b x)^7}{360 a^2 x^8}+\frac {\left (13 b^3\right ) \int \frac {(a c-b c x)^6}{x^8} \, dx}{360 a^2}\\ &=-\frac {c^6 (a-b x)^7}{10 x^{10}}-\frac {13 b c^6 (a-b x)^7}{90 a x^9}-\frac {13 b^2 c^6 (a-b x)^7}{360 a^2 x^8}-\frac {13 b^3 c^6 (a-b x)^7}{2520 a^3 x^7}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 119, normalized size = 1.34 \begin {gather*} -\frac {a^7 c^6}{10 x^{10}}+\frac {5 a^6 b c^6}{9 x^9}-\frac {9 a^5 b^2 c^6}{8 x^8}+\frac {5 a^4 b^3 c^6}{7 x^7}+\frac {5 a^3 b^4 c^6}{6 x^6}-\frac {9 a^2 b^5 c^6}{5 x^5}+\frac {5 a b^6 c^6}{4 x^4}-\frac {b^7 c^6}{3 x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x)*(a*c - b*c*x)^6)/x^11,x]

[Out]

-1/10*(a^7*c^6)/x^10 + (5*a^6*b*c^6)/(9*x^9) - (9*a^5*b^2*c^6)/(8*x^8) + (5*a^4*b^3*c^6)/(7*x^7) + (5*a^3*b^4*
c^6)/(6*x^6) - (9*a^2*b^5*c^6)/(5*x^5) + (5*a*b^6*c^6)/(4*x^4) - (b^7*c^6)/(3*x^3)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x) (a c-b c x)^6}{x^{11}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((a + b*x)*(a*c - b*c*x)^6)/x^11,x]

[Out]

IntegrateAlgebraic[((a + b*x)*(a*c - b*c*x)^6)/x^11, x]

________________________________________________________________________________________

fricas [A]  time = 0.84, size = 103, normalized size = 1.16 \begin {gather*} -\frac {840 \, b^{7} c^{6} x^{7} - 3150 \, a b^{6} c^{6} x^{6} + 4536 \, a^{2} b^{5} c^{6} x^{5} - 2100 \, a^{3} b^{4} c^{6} x^{4} - 1800 \, a^{4} b^{3} c^{6} x^{3} + 2835 \, a^{5} b^{2} c^{6} x^{2} - 1400 \, a^{6} b c^{6} x + 252 \, a^{7} c^{6}}{2520 \, x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*(-b*c*x+a*c)^6/x^11,x, algorithm="fricas")

[Out]

-1/2520*(840*b^7*c^6*x^7 - 3150*a*b^6*c^6*x^6 + 4536*a^2*b^5*c^6*x^5 - 2100*a^3*b^4*c^6*x^4 - 1800*a^4*b^3*c^6
*x^3 + 2835*a^5*b^2*c^6*x^2 - 1400*a^6*b*c^6*x + 252*a^7*c^6)/x^10

________________________________________________________________________________________

giac [A]  time = 0.94, size = 103, normalized size = 1.16 \begin {gather*} -\frac {840 \, b^{7} c^{6} x^{7} - 3150 \, a b^{6} c^{6} x^{6} + 4536 \, a^{2} b^{5} c^{6} x^{5} - 2100 \, a^{3} b^{4} c^{6} x^{4} - 1800 \, a^{4} b^{3} c^{6} x^{3} + 2835 \, a^{5} b^{2} c^{6} x^{2} - 1400 \, a^{6} b c^{6} x + 252 \, a^{7} c^{6}}{2520 \, x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*(-b*c*x+a*c)^6/x^11,x, algorithm="giac")

[Out]

-1/2520*(840*b^7*c^6*x^7 - 3150*a*b^6*c^6*x^6 + 4536*a^2*b^5*c^6*x^5 - 2100*a^3*b^4*c^6*x^4 - 1800*a^4*b^3*c^6
*x^3 + 2835*a^5*b^2*c^6*x^2 - 1400*a^6*b*c^6*x + 252*a^7*c^6)/x^10

________________________________________________________________________________________

maple [A]  time = 0.01, size = 84, normalized size = 0.94 \begin {gather*} \left (-\frac {b^{7}}{3 x^{3}}+\frac {5 a \,b^{6}}{4 x^{4}}-\frac {9 a^{2} b^{5}}{5 x^{5}}+\frac {5 a^{3} b^{4}}{6 x^{6}}+\frac {5 a^{4} b^{3}}{7 x^{7}}-\frac {9 a^{5} b^{2}}{8 x^{8}}+\frac {5 a^{6} b}{9 x^{9}}-\frac {a^{7}}{10 x^{10}}\right ) c^{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)*(-b*c*x+a*c)^6/x^11,x)

[Out]

c^6*(5/6*a^3*b^4/x^6-9/5*a^2*b^5/x^5-9/8*a^5*b^2/x^8+5/7*a^4*b^3/x^7-1/3*b^7/x^3-1/10*a^7/x^10+5/4*a*b^6/x^4+5
/9*a^6*b/x^9)

________________________________________________________________________________________

maxima [A]  time = 1.06, size = 103, normalized size = 1.16 \begin {gather*} -\frac {840 \, b^{7} c^{6} x^{7} - 3150 \, a b^{6} c^{6} x^{6} + 4536 \, a^{2} b^{5} c^{6} x^{5} - 2100 \, a^{3} b^{4} c^{6} x^{4} - 1800 \, a^{4} b^{3} c^{6} x^{3} + 2835 \, a^{5} b^{2} c^{6} x^{2} - 1400 \, a^{6} b c^{6} x + 252 \, a^{7} c^{6}}{2520 \, x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*(-b*c*x+a*c)^6/x^11,x, algorithm="maxima")

[Out]

-1/2520*(840*b^7*c^6*x^7 - 3150*a*b^6*c^6*x^6 + 4536*a^2*b^5*c^6*x^5 - 2100*a^3*b^4*c^6*x^4 - 1800*a^4*b^3*c^6
*x^3 + 2835*a^5*b^2*c^6*x^2 - 1400*a^6*b*c^6*x + 252*a^7*c^6)/x^10

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 103, normalized size = 1.16 \begin {gather*} -\frac {\frac {a^7\,c^6}{10}-\frac {5\,a^6\,b\,c^6\,x}{9}+\frac {9\,a^5\,b^2\,c^6\,x^2}{8}-\frac {5\,a^4\,b^3\,c^6\,x^3}{7}-\frac {5\,a^3\,b^4\,c^6\,x^4}{6}+\frac {9\,a^2\,b^5\,c^6\,x^5}{5}-\frac {5\,a\,b^6\,c^6\,x^6}{4}+\frac {b^7\,c^6\,x^7}{3}}{x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a*c - b*c*x)^6*(a + b*x))/x^11,x)

[Out]

-((a^7*c^6)/10 + (b^7*c^6*x^7)/3 - (5*a*b^6*c^6*x^6)/4 + (9*a^5*b^2*c^6*x^2)/8 - (5*a^4*b^3*c^6*x^3)/7 - (5*a^
3*b^4*c^6*x^4)/6 + (9*a^2*b^5*c^6*x^5)/5 - (5*a^6*b*c^6*x)/9)/x^10

________________________________________________________________________________________

sympy [A]  time = 0.70, size = 110, normalized size = 1.24 \begin {gather*} \frac {- 252 a^{7} c^{6} + 1400 a^{6} b c^{6} x - 2835 a^{5} b^{2} c^{6} x^{2} + 1800 a^{4} b^{3} c^{6} x^{3} + 2100 a^{3} b^{4} c^{6} x^{4} - 4536 a^{2} b^{5} c^{6} x^{5} + 3150 a b^{6} c^{6} x^{6} - 840 b^{7} c^{6} x^{7}}{2520 x^{10}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*(-b*c*x+a*c)**6/x**11,x)

[Out]

(-252*a**7*c**6 + 1400*a**6*b*c**6*x - 2835*a**5*b**2*c**6*x**2 + 1800*a**4*b**3*c**6*x**3 + 2100*a**3*b**4*c*
*6*x**4 - 4536*a**2*b**5*c**6*x**5 + 3150*a*b**6*c**6*x**6 - 840*b**7*c**6*x**7)/(2520*x**10)

________________________________________________________________________________________